Delegatable

abstract class Delegatable(camelToSnake: Boolean)

Functions

contains
Link copied to clipboard
open operator fun contains(name: String): Boolean
getOptional
Link copied to clipboard
abstract fun getOptional(name: String): String?
getOrElse
Link copied to clipboard
fun getOrElse(name: String, default: () -> String): String
Get the input passed for name, or default if it was not passed.
getRequired
Link copied to clipboard
abstract fun getRequired(name: String): String

Inheritors

inputs
Link copied to clipboard
MutableDelegatable
Link copied to clipboard

Sources

js source
Link copied to clipboard